From 28acc42601d78fee4bf2610ab6b823b5469907c2 Mon Sep 17 00:00:00 2001 From: Jimi Xenidis Date: Thu, 7 Sep 2006 12:09:18 -0400 Subject: [PATCH] [POWERPC][XEN] Include io.h so we can match the globals defined here. Signed-off-by: Jimi Xenidis Signed-off-by: Hollis Blanchard --- xen/arch/powerpc/setup.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xen/arch/powerpc/setup.c b/xen/arch/powerpc/setup.c index 964e7e9eba..43c6878615 100644 --- a/xen/arch/powerpc/setup.c +++ b/xen/arch/powerpc/setup.c @@ -43,6 +43,7 @@ #include #include #include +#include #include "exceptions.h" #include "of-devtree.h" #include "oftree.h" @@ -79,7 +80,7 @@ cpumask_t cpu_present_map; cpumask_t cpu_possible_map; /* XXX get this from ISA node in device tree */ -void *vgabase; +char *vgabase; ulong isa_io_base; struct ns16550_defaults ns16550; -- 2.30.2